home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / stub / O.sgi / Makefile < prev    next >
Encoding:
Makefile  |  1992-08-31  |  267 b   |  13 lines

  1. GEOM = ../../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6.  
  7.  
  8. ${LIBDIR}/libstubdraw.a:    stubdraw.o
  9.     rm -f libstubdraw.a
  10.     ln stubdraw.o libstubdraw.a
  11.     ${INSTALL}  -O -v -m 444 -F ${LIBDIR} libstubdraw.a
  12.  
  13.